Amiga Game Patch List release 1.7 (5-Jun-1994) ---------------------------------------------- This file contains a list of various patches to commercial Amiga game software, to remove manual- and disk-based copy-protection. Of course, you should only alter a backup copy, and the altered copy is subject to the same distribution restrictions as the original game. Please don't use information in this file to distribute unauthorised copies of the games mentioned here. This document is for use by those who wish to back up their original software, or remove protection from the same (which can be *very* annoying - for example the protection in Frontier). This file is freely distributable. To apply these patches, I recommend that you use the 'Hex' file editor by Nicola Salmoria (available on Fish disk #517). In each case, the first byte of a file is at offset 0, and all figures apart from file lengths are in hexadecimal. If you're low on memory, you may have to use a sector-based file editor like NewZAP instead. To make a backup copy of games which have on-disk protection, use a copier which will not stop at an error, like SuperDuper. I use the 'CRC' program to calculate file checksums, before and after patching. Run CRC on your initial and final executables to verify their correctness. The CRC program is appended in LhA'd uuencoded form at the end of this file, and is also distributed with Zoom 5.4 by Olaf Barthel. I suggest that you obtain Zoom for more information on CRC. If you have problems with any patches given here, please let me know, and if you've developed patches for any programs not included, please send them to me, preferably in a similar format to the ones below. A word about copy-protection done by Rob Northen: [Flame On] This amongst the worst coded protection I have ever seen! It is _completely_ system-illegal! Now, if you're protecting a game which totally kills the system, then _maybe_ it's okay to write directly to $10 and $24 (assuming the VBR is zero, and not restoring the vectors to their original values afterwards), alter the CACR, and access the floppy drive hardware without asking the disk.resource for it. But if you're coding for a reasonably system-legal hard-drive-installable game like D/Generation, this is absolutely indefensible. Either learn to code properly, or don't code at all. [Having said that, there are other games with protection which is as bad, but these are mostly older titles, like Emerald Mine and Pool.] The 49 programs covered in this release are: A Mind Forever Voyaging (Infocom) Art of Chess (SPA) Back to the Future II (Images/Imageworks) Balance of Power 1990 (Mindscape) Battle Command (Realtime Games/Ocean) Birds of Prey (Argonaut/Electronic Arts) Breach (Omnitrend/Artronic) Budokan (Electronic Arts) Champions of Krynn (Strategic Simulations, Inc.) CJ in the USA (Genesis Software/Codemasters) Colorado (Silmarils/Action 16) Defender of the Crown (Cinemaware) Demon's Tomb - The Awakening (Silhouette Software/Melbourne House) D/Generation (Mindscape) Dizzy Collection (Codemasters) DragonStrike (Strategic Simulations, Inc.) Emerald Mine (Kingsoft) Epic (Digital Image Design/Ocean) Escape From Singe's Castle (ReadySoft) ESWAT (U.S. Gold) Extensor (Golden Games/Smash 16) F/A-18 Interceptor (Electronic Arts) Formula One Grand Prix (Geoff Crammond/MicroProse) Frontier (David Braben/Gametek) Gods (Bitmap Brothers/Renegade) Gridrunner (Llamasoft) Knights of the Sky (MicroProse) Kult (Ere Informatique/Exxos) Line of Fire (Creative Materials/U.S. Gold) M1 Tank Platoon (MicroProse) Magnetic Scrolls Collection Volume 1 (Magnetic Scrolls) Mindfighter (Abstract Concepts/Activision) MovieSetter (Gold Disk) Ogre (Origin) Pool (Icon Design/Mastertronic) Ports of Call (Aegis) Railroad Tycoon (MicroProse) Sorcerer (Infocom) Starglider (Argonaut Software/Rainbird) Stationfall (Infocom) Storm Across Europe (Strategic Simulations, Inc.) Sword of Aragon (Strategic Simulations, Inc.) The Amazing Spiderman (Oxford Digital Enterprises/Empire) Theme Park Mystery (Joined Up Software/Imageworks) The Settlers (Blue Byte) Thunderboy (Time Warp Productions) Vaxine (The Assembly Line/US Gold) Wings (Cinemaware) Wonderland (Magnetic Scrolls) "A Mind Forever Voyaging" (Infocom) ------------------------- Release 77 / Serial number 850814 File to alter: "story.data" (see comments below) File length: 262018 ( " " " ) Offset Change From Change To ------ ----------- --------- $00001D 31 1D ;New game checksum $0334FB 50 42 $033503 48 42 Original CRC Checksum = $A26FEE15 Original WRAP Checksum = $213D1F80 Final CRC Checksum = $8B3A387E Final WRAP Checksum = $21511F94 Release 79 / Serial number 851122 File to alter: "story.data" (see comments below) File length: 262036 ( " " " ) Offset Change From Change To ------ ----------- --------- $00001D 60 4C ;New game checksum $03350B 50 42 $033513 48 42 Original CRC Checksum = $C942537B Original WRAP Checksum = $2F4E8ECA Final CRC Checksum = $17CB0BF1 Final WRAP Checksum = $2F628EDE Comments: This removes the 'Class One Security Mode Access Decoder' protection. Enter anything when asked for a security code. The data file for Amiga version of AMFV may be padded to a multiple of 512 bytes long. In this case, the CRC and WRAP checksums given above will be wrong. Originator: Mark Knibbs "Art of Chess" (SPA) -------------- File to alter: "c/cur" on disk "CHESS" File length: 136736 Offset Change From Change To ------ ----------- --------- $0094F0 48E7 7FFE 7000 4E75 Original CRC Checksum = $B7E9B3D8 Original WRAP Checksum = $7ED611B0 Final CRC Checksum = $F448F879 Final WRAP Checksum = $57BD42B9 Comments: This patch removes the on-disk copy-protection. Originator: Mark Knibbs "Back to the Future II" (Images/Imageworks) ----------------------- You need to use a disk editor for this patch, such as DiskX or the EditorTool in ProjectD 2.0. Locate block 1310, track 59, sector 1, head 1. Search for the hex string 487A 000A (at offset $164). Replace this with 6000 08DA. Locate block 1315, track 59, sector 6, head 1. Search for the hex string 6600 F6FA (at offset $4C). Replace this with 4E71 4E71. If your disk editor has a facility to correct the DOS block checksum, DO NOT DO THIS. Comments: This patch removes the Rob Northen on-disk copy-protection. Due to a certain lameness on the part of the person who put the disk together, the game does not work on anything other than a 68000. [The header for a normal load file is executed, not skipped over.] To fix this, use your disk editor to change the 2 bytes at block 100, track 4, sector 1, head 1, offset 0 (starting with 000003F3) to hex 601E. The game will work on a plain A1200 by doing this, but you may need to use Kickstart 1.2 or 1.3 and turn the cache off. Originator: Mark Knibbs "Balance of Power 1990" (Mindscape) ----------------------- File to alter: "bop" on disk "BOP" File length: 269252 Offset Change From Change To ------ ----------- --------- $040B8C 66D8 4E71 $040BE4 6600 FF7A 4E71 4E71 Original CRC Checksum = $C54051B2 Original WRAP Checksum = $6711DA19 Final CRC Checksum = $8CF43C50 Final WRAP Checksum = $97088B22 Comments: You no longer need to enter a word from the manual. Originator: FreeCopy 1.8 parameter "Battle Command" (Realtime Games/Ocean) Release Version V1.1 28/11/1990 ---------------- You need to use a disk editor for this patch, such as DiskX or the EditorTool in ProjectD 2.0. Locate block 165, track 7, sector 0, head 1. Search for the hex string 487A 000A 23DF 0000 0010. Replace this with 203C AB7D 25B5 6000 08D4. If your disk editor has a facility to correct the DOS block checksum, DO NOT DO THIS. Comments: To check the version number of your game, press Ctrl-V during play. If it says 'PRelease ...', then something has gone wrong. This patch removes the Rob Northen on-disk copy- protection. However, it has not been extensively tested. Originator: Mark Knibbs "Birds of Prey" (Argonaut/Electronic Arts) --------------- Open a CLI/Shell window, and type the following: Assign TEMP: CD "Birds of Prey:" GSG D bop_c TEMP:bop Then make the following changes to the file TEMP:bop. Offset Change From Change To ------ ----------- --------- $09D47F 03 00 $09D4BA FFFF 0000 $09D564 FFFF 0000 Original CRC Checksum for decompressed bop file = $C649F94F Original WRAP Checksum for decompressed bop file = $50F86BAD Final CRC Checksum for decompressed bop file = $DD690012 Final WRAP Checksum for decompressed bop file = $50F86BB0 Next, type the following in a CLI/Shell window: CD "Birds of Prey:" GSG C TEMP:bop bop_c Comments: Enter '19050' at the prompt. Originator: Mark Knibbs "Breach" (Omnitrend/Artronic) 1.06 -------- File to alter: "Breach" on disk "Breach" File length: 101448 Offset Change From Change To ------ ----------- --------- $00F7BC 4E55 FF02 50C0 4E75 Original CRC Checksum = $08B5CC7F Original WRAP Checksum = $2EC164D2 Final CRC Checksum = $B4A3BCDF Final WRAP Checksum = $2C57155F Comments: You no longer need to enter a key from the keys card. Originator: Mark Knibbs "Budokan" (Electronic Arts) --------- You need to use a disk editor for this patch, such as DiskX or the EditorTool in ProjectD 2.0. On disk 1, locate block 90, track 4, sector 2, head 0. Search for the hex string 6700 000E 6100 FC08 Replace this with 4E71 4E71 4E71 4E71 If your disk editor has a facility to correct the DOS block checksum, DO NOT DO THIS. Comments: Identify the crest as anything. Originator: LockPick 2.0 parameter "Champions of Krynn" (Strategic Simulations, Inc.) 1.0 -------------------- File to alter: "game" on disk "Disk One" File length: 479844 Offset Change From Change To ------ ----------- --------- $0125C6 6600 FD98 4E71 4E71 $0125EC 6600 0012 4E71 4E71 Original CRC Checksum = $269CFBA1 Original WRAP Checksum = $D95F34C9 Final CRC Checksum = $33D1D755 Final WRAP Checksum = $A014FDFA Comments: Enter anything at the protection check Originator: Mark Knibbs "CJ in the USA" (Genesis Software/Codemasters) 18.5.92 (date from disk name) --------------- File to alter: "VC" on disk "CJ IN THE USA (18.5.92)" File length: 8384 The alterations needed here are quite involved. I will assume that you are using the 'Hex' file editor. You will also need FImp from the Imploder 4.0 distribution. Load the VC file into Hex. Click in the Start string gadget and enter the value 1E8. The start of the file should read 'CHFI'. Change this to 'IMP!'. Click in the End string gadget and change 1ED7 to 1ED1. Save the file as 'RAM:VCmain.im' From a CLI/Shell window enter the command 'FImp RAM:VCmain'. The file RAM:VCmain should be 23500 bytes long. Load the file 'RAM:VCmain' into Hex. Make the following changes: Offset Change From Change To ------ ----------- --------- $000052 6100 0BC8 4E71 4E71 $00067E 67 60 Save the modified file back as 'RAM:VCmain'. From a CLI/Shell window enter the command 'FImp RAM:VCmain'. The file RAM:VCmain.im should be 7888 bytes long. Load the VC file from your (copy of the) CJ in the USA disk. Move to offset $1E8. Select 'Insert File...' from the Project menu, and select the file 'RAM:VCmain.im'. Still at offset $1E8, change the 'IMP!' string to 'CHFI'. Save the file as 'VC' on your CJ in the USA disk. Original CRC Checksum for VC file = $B5EE5BC9 Original WRAP Checksum for VC file = $E864AF82 Final CRC Checksum for VC file = $113DF5A4 Final WRAP Checksum for VC file = $0DF662E8 Comments: This patch removes the Rob Northen on-disk copy-protection. Originator: Mark Knibbs "Colorado" (Silmarils/Action 16) ---------- File to alter: "T.X" on disk "Empty" File length: 51140 Offset Change From Change To ------ ----------- --------- $000972 4EB9 6004 Original CRC Checksum = $39EF1466 Original WRAP Checksum = $917E361D Final CRC Checksum = $DE26600B Final WRAP Checksum = $917E24D2 Comments: This patch removes the on-disk copy-protection. Originator: Mark Knibbs "Defender of the Crown" (Cinemaware) ----------------------- File to alter: "Defender" on disk "Defender1" File length: 85324 Offset Change From Change To ------ ----------- --------- $00DBAA 56CB FFFC 5548 2B3C 0000 0010 $00DBB2 5243 66EC 9043 203C 0000 03D8 Original CRC Checksum = $6AB84734 Original WRAP Checksum = $5EB85459 Final CRC Checksum = $98FEB406 Final WRAP Checksum = $1D273C0E Comments: This patch removes the on-disk copy-protection. Originator: LockPick 2.0 parameter "Demon's Tomb - The Awakening" (Silhouette Software/Melbourne House) 1.00 ------------------------------ File to alter: "game" on disk "Demon's_Tomb" File length: 80864 Offset Change From Change To ------ ----------- --------- $000DBA 4EBA F44C 4200 4E71 Original CRC Checksum = $3C2056DB Original WRAP Checksum = $3A8CE456 Final CRC Checksum = $ED2BDBE3 Final WRAP Checksum = $E067F110 Comments: This patch removes the on-disk copy-protection. Originator: Mark Knibbs "D/Generation" (Mindscape) 1.04/1.05 Jun 12 1992 -------------- [Version string in dgen file says 1.04, in-game text says 1.05.] File to alter: "dgen" on disk "DGEN1" File length: 134220 Offset Change From Change To ------ ----------- --------- $01C38D 00 01 Original CRC Checksum = $5A47D248 Original WRAP Checksum = $C4CF4A2C Final CRC Checksum = $14851D59 Final WRAP Checksum = $C4CE4A2C Comments: This patch removes the Rob Northen on-disk copy-protection. Disk 2 no longer needs to be protected. Originator: Mark Knibbs "Dizzy Collection" (Codemasters) ------------------ This is a two disk compilation of Dizzy games. Disk 1 contains Dizzy Panic and Spellbound Dizzy; disk 2 contains Bubble Dizzy, Prince of the Yolkfolk and Kwiksnax. The file 'VC' needs to be patched on both disks. The method used is similar to that for the 'CJ in the USA' patch given above. Disk 1 ------ File to alter: "VC" on disk "SPELLBOUND (AMIGA V1.1)" File length: 6548 The alterations needed here are quite involved. I will assume that you are using the 'Hex' file editor. You will also need FImp from the Imploder 4.0 distribution. Load the VC file into Hex. Click in the Start string gadget and enter the value 1E8. The start of the file should read 'CHFI'. Change this to 'IMP!'. Click in the End string gadget and change 17AB to 17A5. Save the file as 'RAM:VCmain.im' From a CLI/Shell window enter the command 'FImp RAM:VCmain'. The file RAM:VCmain should be 20308 bytes long. Load the file 'RAM:VCmain' into Hex. Make the following changes: Offset Change From Change To ------ ----------- --------- $000164 41FA 4E75 $000A9A 67 60 Save the modified file back as 'RAM:VCmain'. From a CLI/Shell window enter the command 'FImp RAM:VCmain'. The file RAM:VCmain.im should be 6054 bytes long. Load the VC file from (your copy of) disk 1. Move to offset $1E8. Select 'Insert File...' from the Project menu, and select the file 'RAM:VCmain.im'. Still at offset $1E8, change the 'IMP!' string to 'CHFI'. Save the file as 'VC' on disk 1. Original CRC Checksum for VC file = $7F863387 Original WRAP Checksum for VC file = $9C6D93DE Final CRC Checksum for VC file = $02E4882E Final WRAP Checksum for VC file = $AE5B7B68 Disk 2 ------ File to alter: "VC" on disk "YOLKFOLK (AMIGA V1.1)" File length: 38208 The alterations needed here are quite involved. I will assume that you are using the 'Hex' file editor. You will also need FImp from the Imploder 4.0 distribution. Load the VC file into Hex. Click in the Start string gadget and enter the value 1E8. The start of the file should read 'CHFI'. Change this to 'IMP!'. Click in the End string gadget and change 9357 to 9351. Save the file as 'RAM:VCmain.im' From a CLI/Shell window enter the command 'FImp RAM:VCmain'. The file RAM:VCmain should be 52448 bytes long. Load the file 'RAM:VCmain' into Hex. Make the following changes: Offset Change From Change To ------ ----------- --------- $000178 41FA 4E75 $000AA6 67 60 Save the modified file back as 'RAM:VCmain'. From a CLI/Shell window enter the command 'FImp RAM:VCmain'. The file RAM:VCmain.im should be 37712 bytes long. Load the VC file from (your copy of) disk 2. Move to offset $1E8. Select 'Insert File...' from the Project menu, and select the file 'RAM:VCmain.im'. Still at offset $1E8, change the 'IMP!' string to 'CHFI'. Save the file as 'VC' on disk 2. Original CRC Checksum for VC file = $C9C7E6AD Original WRAP Checksum for VC file = $94F24E33 Final CRC Checksum for VC file = $7910E490 Final WRAP Checksum for VC file = $3D181B4A Comments: This patch removes the Rob Northen on-disk copy-protection. Originator: Mark Knibbs "DragonStrike" (Strategic Simulations, Inc.) 1.0 -------------- File to alter: "DStrike" on disk "DStrike" File length: 100292 Offset Change From Change To ------ ----------- --------- $00211A 6E 60 Original CRC Checksum = $67EAFEF8 Original WRAP Checksum = $309700D6 Final CRC Checksum = $5C9FBFAE Final WRAP Checksum = $30970ED6 Comments: Enter anything at the protection check Originator: Mark Knibbs "Emerald Mine" (Kingsoft) -------------- There are at least four versions of the Emerald Mine game engine around. The earliest is 28152 bytes long and seems to be unprotected. The time and score appear in the top-left corner of the screen during play. I give patches here for the other three versions, which I have dubbed 'Release 2', 'Release 3' and 'Release 4'. Release 3 has some minor improvements, like being slightly more system-legal during startup, and can run on NTSC machines. Also, the data files used by release 3 are encrypted, making it harder to cheat by editing the 'nam' file. Release 4 is broadly similar. Release 2 File to alter: "em" on disk "Emerald Mine", dated 24-Oct-86 13:24:13 File length: 30184 Offset Change From Change To ------ ----------- --------- $00070D BA 3B 18 71 4E 71 $001EDA 67 60 Original CRC Checksum = $A26B0895 Original WRAP Checksum = $9DF942C0 Final CRC Checksum = $B83C0A6B Final WRAP Checksum = $9E423667 Release 3 File to alter: "em" on disk "Emerald Mine", dated 19-Sep-87 20:33:37 File length: 30440 Offset Change From Change To ------ ----------- --------- $00067B BA 51 B6 71 4E 71 $0006EE 65 60 $00205A 67 60 $0020CC 67 60 $0026AF 18 D8 78 01 F2 7B 4E 71 4E 71 $003CD2 01F4 DE78 01F2 0257 4E71 4E71 Original CRC Checksum = $382F4312 Original WRAP Checksum = $3EC35708 Final CRC Checksum = $56B0DB6A Final WRAP Checksum = $6315C98E Release 4 File to alter: "em" on disk "Emerald Mine", dated 24-Nov-87 12:05:15 File length: 30628 Offset Change From Change To ------ ----------- --------- $000677 BA 52 78 71 4E 71 $0006E6 65 60 $002118 67 60 $00218A 67 60 $00276D 18 D8 78 01 F2 7B 4E 71 4E 71 $003D90 01F4 DE78 01F2 0257 4E71 4E71 Original CRC Checksum = $29984D26 Original WRAP Checksum = $2CAAFDE0 Final CRC Checksum = $089DEB4A Final WRAP Checksum = $9DEF2436 Comments: These patches remove the disk-based copy-protection. They do not attempt to make the game any more system-legal (which is possible; I have EM running from my hard drive under 3.0 and 68030). How about releasing an updated, hard-disk installable version, Kingsoft? The author of The Settlers, Volker Wertich, was a co-author of EM; it's nice to see that he's still writing really cool games... Originator: Mark Knibbs "Epic" (Digital Image Design/Ocean) 3.17 ------ File to alter: "EPIC/EPIC" on disk "EPIC1" File length: 199712 Offset Change From Change To ------ ----------- --------- $026750 67 60 $026758 67 60 Original CRC Checksum = $7FF27CA5 Original WRAP Checksum = $78FE75A8 Final CRC Checksum = $98C612DC Final WRAP Checksum = $86FE75A8 Comments: This patch is for the hard-disk installable version 3.17 of Epic, as supplied in the A600HD software bundle. To check which version you have, use a file editor to search for the string '$Revision:'. If you have a different version, try searching for the hex string B200 67F4 6000 0008 4A11 6700, and changing both occurrences of 67 to 60. Enter anything when asked to enter a word from the manual. Originator: Mark Knibbs "Escape From Singe's Castle" (ReadySoft) ---------------------------- File to alter: "Escape" on disk "escape A" File length: 53492 Offset Change From Change To ------ ----------- --------- $00569C 66 60 $00A41A 6770 4E71 $00BED2 6600 0252 4E71 4E71 Original CRC Checksum = $37C6FCE9 Original WRAP Checksum = $D3DAA690 Final CRC Checksum = $ACA0056E Final WRAP Checksum = $8DBBD71E Comments: The protection screen will no longer appear. The version of the game that I have refuses to work under 2.0/3.0. If anyone has a patch to correct this, please let me know. Originator: Mark Knibbs "ESWAT" (U.S. Gold) ------- File to alter: "eswat" on disk "Eswat Disk #1" File length: 97520 Offset Change From Change To ------ ----------- --------- $00B564 303C 009E 61 7200 4278 00 $00B56A 00AA 4E75 Original CRC Checksum = $BD2BAB4B Original WRAP Checksum = $8689094B Final CRC Checksum = $123E9C3D Final WRAP Checksum = $A5C479A6 Comments: This patch removes the on-disk copy-protection. Originator: Mark Knibbs "Extensor" (Golden Games/Smash 16) ---------- Firstly, remove the 'Stack 6000' line from the s/startup-sequence file on the Extensor disk; this command is actually part of the copy-protection. Then alter the following file: File to alter: "Extensor" on disk "Extensor" File length: 192 Offset Change From Change To ------ ----------- --------- $000076 4B 45 56 64 6F 73 Original CRC Checksum = $EEF588B4 Original WRAP Checksum = $C7400A3B Final CRC Checksum = $9A6BFCBA Final WRAP Checksum = $AA3FF111 Comments: This patch removes the on-disk copy-protection. The changes to the 'Extensor' file above simply replace the string 'KEV.library' with 'dos.library'. The 'Stack' program patches Exec OpenLibrary() to do this if the copy-protection check passed. However, the loader program itself is very badly coded. It uses A5 instead of A6 when calling the Exec and DOS libraries; hence it doesn't work under Kickstarts later than 1.3. Also, the game uses memory without allocating it first. Originator: Mark Knibbs "F/A-18 Interceptor" (Bob Dinnerman/Electronic Arts) -------------------- File to alter: "F-18 Interceptor" on disk "F-18 Interceptor" File length: 331232 Offset Change From Change To ------ ----------- --------- $01CE60 660E 4E71 Original CRC Checksum = $FF0BB918 Original WRAP Checksum = $3FDA62E5 Final CRC Checksum = $EE8A1D80 Final WRAP Checksum = $577762E5 Comments: Enter any countercode when prompted. Originator: Nib 2.0 parameter "Formula One Grand Prix" (Geoff Crammond/MicroProse) 1.02 ------------------------ File to alter: "f1gp" on disk "f1gp_disk_#2" File length: 582992 Offset Change From Change To ------ ----------- --------- $0009AE B2 91 67 22 11 60 $0345F0 6600 0008 4E71 4E71 Original CRC Checksum = $125C0E95 Original WRAP Checksum = $F836E112 Final CRC Checksum = $99AC3456 Final WRAP Checksum = $16C6232A Comments: Enter anything when prompted. Originator: The Company & Vision Factory "Frontier" (David Braben/Gametek) [English versions] ---------- Version to Gametek (Release 1) 1.00 File to alter: "Frontier" on disk "Frontier" File length: 645752 Offset Change From Change To ------ ----------- --------- $084EB4 67 60 Original CRC Checksum = $B0D17DAF Original WRAP Checksum = $B9F8CDF2 Final CRC Checksum = $B0A8218D Final WRAP Checksum = $C0F8CDF2 Version to Gametek (Release 4) 1.05 File to alter: "Frontier" on disk "Frontier" File length: 646772 Offset Change From Change To ------ ----------- --------- $085278 67 60 Original CRC Checksum = $6360BEB9 Original WRAP Checksum = $7DF8651C Final CRC Checksum = $F41C4B5C Final WRAP Checksum = $84F8651C Comments: Press any letter key whenever the protection screen appears. There are several versions of Frontier around. To check which version you have, search for the string 'Version'. If your version is different, try searching for the hex string 28BB B002 6704 E88B, and change the 67 in this to 60. Originator: Mark Knibbs "Gods" (Bitmap Brothers/Renegade) 1.00 ------ You need to use a disk editor for this patch, such as DiskX or the EditorTool in ProjectD 2.0. On disk 1, locate block 1086, track 49, sector 8, head 0. Search for the hex string 84 31C7 85F0 3121 1512 A3. Replace this with EC EA4C F3F1 5E2C F3F2 B6. If your disk editor has a facility to correct the DOS block checksum, DO NOT DO THIS. Comments: This patch removes the on-disk copy-protection. To check the version number of your game, use the disk editor to display the bootblock as ASCII text. Originator: Crystal "Gridrunner" (Llamasoft) 28/2/90 ------------ File to alter: "GRIDRUN" on disk "protec" File length: 303748 Offset Change From Change To ------ ----------- --------- $04097E $48E7 7F7E 4200 4E75 Original CRC Checksum = $D039FB81 Original WRAP Checksum = $1B466DB5 Final CRC Checksum = $4860C24C Final WRAP Checksum = $4C4F749C Comments: This patch removes the on-disk copy-protection. Originator: Mark Knibbs "Knights of the Sky" (MicroProse) 3.01 -------------------- File to alter: "knights" on disk "kots1" File length: 253248 Offset Change From Change To ------ ----------- --------- $03D174 BA6D 3A2D $03D178 6658 4E71 Original CRC Checksum = $9538E019 Original WRAP Checksum = $A1077959 Final CRC Checksum = $43FB5665 Final WRAP Checksum = $392E795A Comments: Select any squadron at the protection check. Originator: Crystal "Kult" (Ere Informatique/Exxos) ------ File to alter: "KULT" on disk "BILLIARD" File length: 131440 Offset Change From Change To ------ ----------- --------- $0000DE 3F39 6044 Original CRC Checksum = $4BF4F050 Original WRAP Checksum = $0C8C4402 Final CRC Checksum = $F20E90DD Final WRAP Checksum = $0C8C22F7 Comments: This patch removes the on-disk copy-protection. Originator: Mark Knibbs "Line of Fire" (Creative Materials/U.S. Gold) -------------- You need Imploder 4.0 to carry out this patch. Run Imploder, and load the file "line" from the disk "LOF Data". When asked whether you want to deplode the file, click 'Yes'. Select an output file (e.g. "RAM:line"). Then make the following changes to the output file. Offset Change From Change To ------ ----------- --------- $0091D8 41F9 0000 7200 4E75 Original CRC Checksum for decompressed "line" file = $ECA3E475 Original WRAP Checksum for decompressed "line" file = $14725166 Final CRC Checksum for decompressed "line" file = $FAB136F9 Final WRAP Checksum for decompressed "line" file = $E46B02F0 Next, use Imploder to compress the modified file with compression mode 5, and save it over the original version. Comments: This patch removes the on-disk copy-protection. In fact, the on-disk protection is not very effective anyway; I backed up my original with SuperDuper, and the copy worked fine! Originator: Mark Knibbs "M1 Tank Platoon" (MicroProse) 849.01 ----------------- File to alter: "tankst" on disk "M1 Tank Platoon" File length: 221948 Offset Change From Change To ------ ----------- --------- $011DB9 F4 F2 Original CRC Checksum = $3B2EC986 Original WRAP Checksum = $F1AE99D9 Final CRC Checksum = $D9A31B70 Final WRAP Checksum = $F1B099D9 Comments: Select any vehicle on the protection screen. Originator: Mark Knibbs "Magnetic Scrolls Collection Volume 1" (Magnetic Scrolls) 1.02 (10/7/91) -------------------------------------- There are three files to patch, corresponding to "Corruption", "Guild of Thieves" and "Fish!". If anyone has patches to fix the crash upon exit under Workbench 3.0 (and 68030), please let me know. "Corruption" ------------ File to alter: "corr.2" on disk "Collection Three" File length: 772654 Offset Change From Change To ------ ----------- --------- $007C16 6100 1D8C 4A01 660A 4E71 4E71 4E71 4E71 $007C1E 41EC 9076 610E 6100 4E71 4E71 4E71 4E71 $007C26 1D96 4E71 Original CRC Checksum = $D053451F Original WRAP Checksum = $46042EEB Final CRC Checksum = $50881DBF Final WRAP Checksum = $814C1247 "Fish!" ------- File to alter: "fish.2" on disk "Collection Four" File length: 593572 Offset Change From Change To ------ ----------- --------- $007D2C 6100 FF6C 4A01 660A 4E71 4E71 4E71 4E71 $007D34 41EC 9076 610E 6100 4E71 4E71 4E71 4E71 $007C3C FF76 4E71 Original CRC Checksum = $CDBC528A Original WRAP Checksum = $1BC5F253 Final CRC Checksum = $567E3F59 Final WRAP Checksum = $E1030F7B "Guild of Thieves" ------------------ File to alter: "guild.2" on disk "Collection Two" File length: 599059 Offset Change From Change To ------ ----------- --------- $008A2C 6100 FE6C 4A01 660A 4E71 4E71 4E71 4E71 $008A34 41EC 9076 610E 6100 4E71 4E71 4E71 4E71 $008A3C FE76 4E71 Original CRC Checksum = $E0A32646 Original WRAP Checksum = $C543254A Final CRC Checksum = $AF039564 Final WRAP Checksum = $89804173 Comments: The game will no longer ask for a word from the manual. Originator: Crystal "Mindfighter" (Abstract Concepts/Activision) ------------- File to alter: "Begin" on disk "Mindfighter" File length: 20284 Offset Change From Change To ------ ----------- --------- $0049F0 48E7 7F7E 4200 4E75 Original CRC Checksum = $B636439A Original WRAP Checksum = $E3BCE3F8 Final CRC Checksum = $1512AD76 Final WRAP Checksum = $EAA41501 Comments: This patch removes the on-disk copy-protection. Originator: Mark Knibbs "MovieSetter" (Gold Disk) 1.0P ------------- There are three files to patch. File to alter: "MovieSetter" on disk "MovieSetter" File length: 235044 Offset Change From Change To ------ ----------- --------- $01AA09 BA 71 $01AA10 10B2 4A40 67 4E71 4E71 60 Original CRC Checksum = $918ADD33 Original WRAP Checksum = $09C8E8D4 Final CRC Checksum = $0F64E9D6 Final WRAP Checksum = $05E0B215 File to alter: "SceneEditor" on disk "MovieSetter" File length: 180880 Offset Change From Change To ------ ----------- --------- $013249 AC 71 $01324A 8344 4A40 67 4E71 4E71 60 Original CRC Checksum = $ACD0AD06 Original WRAP Checksum = $CDE8FC58 Final CRC Checksum = $75E0826E Final WRAP Checksum = $C9F3382B File to alter: "SetEditor" on disk "MovieSetter" File length: 137792 Offset Change From Change To ------ ----------- --------- $00B8D5 AC 71 $00B8D6 8140 4A40 67 4E71 4E71 60 Original CRC Checksum = $BACE8F69 Original WRAP Checksum = $6116DDC7 Final CRC Checksum = $E4841EAC Final WRAP Checksum = $5D211796 Comments: You will no longer be asked to enter a word from the manual. Originator: Mark Knibbs "Ogre" (Origin) 1.06 ------ File to alter: "ogre.ago" on disk "XELOK-1V2-SIG1" File length: 133232 Offset Change From Change To ------ ----------- --------- $019737 01 00 Original CRC Checksum = $9F16A91A Original WRAP Checksum = $9832DA7B Final CRC Checksum = $3B3091D7 Final WRAP Checksum = $9832DA7C Comments: This patch removes the on-disk copy-protection. If you have a different version of Ogre, try searching for the string "Not a valid original disk!". If the byte immediately before this is 01, change it to 00. Originator: Mark Knibbs "Pool" (Icon Design/Mastertronic) ------ File to alter: "pool.o" on disk "POOL500" File length: 25460 Offset Change From Change To ------ ----------- --------- $000028 4EB9 6004 $000032 66 60 Original CRC Checksum = $F7CE4D96 Original WRAP Checksum = $127CD8A7 Final CRC Checksum = $F943B252 Final WRAP Checksum = $0131DEA7 Comments: This patch removes the on-disk copy-protection. Originator: Mark Knibbs "Ports Of Call" (Aegis) 1.0 --------------- File to alter: "PortsOfCall" on disk "PoC" File length: 178996 Offset Change From Change To ------ ----------- --------- $0038DA 67 60 Original CRC Checksum = $DE7F080B Original WRAP Checksum = $853084F4 Final CRC Checksum = $6268FCBB Final WRAP Checksum = $85308BF4 Comments: Enter anything at the protection check. Originator: FreeCopy 1.8 parameter "Railroad Tycoon" (MicroProse) 855.01 ----------------- File to alter: "game" on disk "RAILA" File length: 328628 Offset Change From Change To ------ ----------- --------- $03ACDE 6626 4E71 Original CRC Checksum = $D4EA9816 Original WRAP Checksum = $4BEF139D Final CRC Checksum = $2C93FE7A Final WRAP Checksum = $4BEF2B52 Comments: Select any train on the protection screen. Originator: Mark Knibbs "Sorcerer" (Infocom) ---------- Release 13 / Serial number 851021 File to alter: "story.data" on disk "Sorcerer Disk" File length: 109056 Offset Change From Change To ------ ----------- --------- $00001C 33D7 3743 ;New game checksum $00FA78 01E4 FF64 $00FA80 02DC FF5C $00FA88 03D4 FF54 $00FA90 04CC FF4C $00FA99 05 FF $00FA9A 00 80 Original CRC Checksum = $D886E08C Original WRAP Checksum = $1B6E0D62 Final CRC Checksum = $E6B8447F Final WRAP Checksum = $27078D5E Release 15 / Serial number 851108 File to alter: "story.data" (see comments below) File length: 108683 ( " " " ) Offset Change From Change To ------ ----------- --------- $00001C 28E3 2C4F ;New game checksum $00FA6E 01E4 FF64 $00FA76 02DC FF5C $00FA7E 03D4 FF54 $00FA86 04CC FF4C $00FA8F 05 FF $00FA90 00 80 Original CRC Checksum = $BE9A90B4 Original WRAP Checksum = $0B30A688 Final CRC Checksum = $04D5E882 Final WRAP Checksum = $87C0B58D Release 18 / Serial number 860904 File to alter: "story.data" (see comments below) File length: 111052 ( " " " ) Offset Change From Change To ------ ----------- --------- $00001C 4FE6 5352 ;New game checksum $0103CA 01E4 FF64 $0103D2 02DC FF5C $0103DA 03D4 FF54 $0103E2 04CC FF4C $0103EB 05 FF $0103EC 00 80 Original CRC Checksum = $B0CE80BC Original WRAP Checksum = $FD28208A Final CRC Checksum = $B282D8A2 Final WRAP Checksum = $79B82F90 Comments: This removes the Infotater copy-protection. The trunk will now open after pressing any five buttons. If you have Amiga LTOI I, you will find the Sorcerer data file in the Sorcerer directory on disk 1. Releases 15 and 18 were not (as far as I know) available on the Amiga; for example, release 15 was included in PC LTOI I. To use these versions with Infocom's Amiga interpreter, you will need to pad the file length to a multiple of 512 bytes. Originator: Mark Knibbs "Starglider" (Argonaut Software/Rainbird) ------------ File to alter: "SG" on disk "StarGlider" File length: 342296 Offset Change From Change To ------ ----------- --------- $00A50B FF 00 $00A61B FF 00 Original CRC Checksum = $929CF11A Original WRAP Checksum = $18DF3344 Final CRC Checksum = $19386170 Final WRAP Checksum = $18DF3542 Comments: You will always be asked to enter the word at page 2, paragraph 3, word 3 ('BELIEFS') in the English novella, or page 30, paragraph 7, word 1 ('KATRA') in the German novella. Originator: Mark Knibbs "Stationfall" (Infocom) Release 107 / Serial number 870430 ------------- File to alter: "Story.Data" on disk "Stationfall Disk" File length: 129024 Offset Change From Change To ------ ----------- --------- $00001C 2871 2732 ;New game checksum $00BEE3 32 01 $00BEE7 84 00 $00BEE9 76 56 $00BEEF 04 01 $00BEF3 67 00 Original CRC Checksum = $C3825000 Original WRAP Checksum = $918218F1 Final CRC Checksum = $A6EE0A42 Final WRAP Checksum = $92E11A10 Comments: Instead of entering the number corresponding to the current GST from form QX-17-T, just enter the current GST (displayed at the top of the interpreter window). If you have Amiga LTOI I, you will find the Stationfall data file in the Stationfall directory on disk 3. Interestingly, the game does not store all the numbers on form QX-17-T. It derives the course heading you should enter from the current GST as follows (round down to the nearest integer at each stage): Heading = ( (GST/50 - 132)^2 )/4 + 103 The above patch simply changes the calculation to: Heading = GST. Originator: Mark Knibbs "Storm Across Europe" (Strategic Simulations, Inc.) 1.0 --------------------- File to alter: "Storm" on disk "Storm" File length: 318212 Offset Change From Change To ------ ----------- --------- $0039F3 BA 0BA0 71 4E71 Original CRC Checksum = $1CA83A90 Original WRAP Checksum = $8BB4B883 Final CRC Checksum = $53D7858F Final WRAP Checksum = $48E3B8CC Comments: You will no longer be asked to enter a word from the manual. Originator: Mark Knibbs "Sword of Aragon" (Strategic Simulations, Inc.) 1.0 ----------------- File to alter: "sword" on disk "Sword of Aragon" File length: 151252 Offset Change From Change To ------ ----------- --------- $010CE0 67 60 Original CRC Checksum = $0D060DD7 Original WRAP Checksum = $6C334345 Final CRC Checksum = $D00DA0B8 Final WRAP Checksum = $73334345 Comments: Enter anything at the protection check. Originator: Mark Knibbs "The Amazing Spiderman" (Oxford Digital Enterprises/Empire) ----------------------- File to alter: "Spidey" on disk "Spidey" File length: 145516 Offset Change From Change To ------ ----------- --------- $0064DE 66FA 4E71 $0064E4 66F4 4E71 Original CRC Checksum = $24D0FD58 Original WRAP Checksum = $B286008F Final CRC Checksum = $320F1ABB Final WRAP Checksum = $CB091918 Comments: Enter anything or press Return when asked the questions. Originator: Mark Knibbs "Theme Park Mystery" (Joined Up Software/Imageworks) -------------------- You need to use a disk editor for this patch, such as DiskX or the EditorTool in ProjectD 2.0. Locate block 1483, track 67, sector 9, head 0. Search for the hex string 4EB9 0001 B75A (at offset $C4). Replace this with 4E71 4E71 4E71. Locate block 1714, track 77, sector 9, head 1. Search for the hex string 0000 0000 0000 0010 (at offset $1B2). Replace the first 4 bytes of this with 8B26 336F. If your disk editor has a facility to correct the DOS block checksum, DO NOT DO THIS. Comments: This patch removes the Rob Northen on-disk copy-protection. Originator: Mark Knibbs "The Settlers" (Blue Byte) [English version] -------------- File to alter: "TheSettlers" on disk "The Settlers 3" File length: 192700 Offset Change From Change To ------ ----------- --------- $006A6A 6600 FDBA 4E71 4E71 $007D00 67 60 $00BAAE 67 60 $00C3B8 67 60 $00CCEA 67 60 $017C3E 67 60 $0250BE 66D0 4E71 Original CRC Checksum = $0FC5A797 Original WRAP Checksum = $FB3B4E6C Final CRC Checksum = $AA085B16 Final WRAP Checksum = $B884935B Comments: Enter any three symbols to satisfy the protection check. It is conceivable that I haven't yet found all places to patch in the executable. If you find that strange things happen, or that the machine locks up or crashes after a while, please let me know. Originator: Mark Knibbs "Thunderboy" (Time Warp Productions) ------------ File to alter: "thunderboy" on disk "ThunderBoy" File length: 49628 Offset Change From Change To ------ ----------- --------- $0001E0 206C 600E $0005F8 6108 4E71 Original CRC Checksum = $2A222214 Original WRAP Checksum = $BA38AD4A Final CRC Checksum = $D71E1527 Final WRAP Checksum = $8D2DAD4A Comments: This patch removes the on-disk copy-protection. Originator: Mark Knibbs "Vaxine" (The Assembly Line/US Gold) -------- File to alter: "vaxine" File length: 260672 Offset Change From Change To ------ ----------- --------- $002C1C 67 60 Original CRC Checksum = $815122D0 Original WRAP Checksum = $DB26B6E7 Final CRC Checksum = $09FDDBCA Final WRAP Checksum = $E226B6E7 Comments: Select any code. Originator: LockPick 2.0 parameter "Wings" (Cinemaware) ------- File to alter: "Wings" on disk "Reel 1" File length: 224424 Offset Change From Change To ------ ----------- --------- $00FE08 2F2C D1B8 486C C172 Original CRC Checksum = $55F274F1 Original WRAP Checksum = $7C8E02FF Final CRC Checksum = $77BDC19A Final WRAP Checksum = $634E1345 Comments: Enter anything at the Pilot Authorisation screen. Originator: FreeCopy 1.8 parameter "Wonderland" (Magnetic Scrolls) 1.27f (April 5 1991) ------------ File to alter: "all.2" on disk "Wonderland Two" File length: 708814 Offset Change From Change To ------ ----------- --------- $008200 41EC 9076 6106 4E71 4E71 4E71 Original CRC Checksum = $7582737E Original WRAP Checksum = $3306F7BD Final CRC Checksum = $516E4530 Final WRAP Checksum = $391739C2 Comments: The program will no longer ask for a word from the manual. Originator: Mark Knibbs, based on a patch to 'Magnetic Scrolls Collection Volume 1' by Crystal. ----------------------------------------------------------------------------- Revision History ---------------- 1.0 Initial release (not widely distributed). 1.1 Various minor changes, and the following new patches: AMFV release 79 Frontier 'Version to Gametek (Release 4) 1.05' Sorcerer release 13 Sorcerer release 18 Stationfall (release 107) Thunderboy 1.2 More minor changes, and the following new patches: Breach 1.02e Kult Mindfighter Ogre 1.06 The Settlers Corrected version of Frontier to 1.05 in patch list. Added information to (hopefully) allow any version of Frontier to be patched. 1.3 More minor changes, and the following new patches: Budokan Emerald Mine (three versions) Epic 3.17 Extensor Gods 1.00 MovieSetter 1.0P Starglider Bug fix! Added another word to alter for 'The Settlers' patch. The old patch in v1.2 of this list was incomplete, and meant that the machine would crash after a while. 1.4 More minor changes, and the following new patches: Champions of Krynn 1.0 Demon's Tomb - The Awakening 1.00 DragonStrike 1.0 ESWAT Gridrunner 28/2/90 Line of Fire Storm Across Europe 1.0 Sword of Aragon 1.0 1.5 The following new patch added: Colorado 1.6 Yet more minor changes, and the following new patches added: Back to the Future II Theme Park Mystery 1.7 The following new patches added: CJ in the USA Dizzy Collection Last words: I hope you find these patches useful. A large proportion of them were developed by myself, and cannot be found in any parameter disk copiers. BTW: If you have any Emerald Mine level disks or level editors, send them to me (by physical mail)! I'll send you the latest version of this file in return. -- Mark Knibbs Mark.Knibbs@lambada.oit.unc.edu [Don't expect a fast reply by email; I can only log on occasionally.] At least until mid-1994, I can be reached at: 12, Stocklands Way Prestwood Great Missenden Bucks. HP16 0SJ U.K. ========================= CUT HERE =========================== begin 644 CRC.lha M&0HM;&@U+=X+```($```M59<&"```T-20]18"JY_MW[9I*V@^['V^V,8#(D1A M(+>VLZ``-IF9A6<#*8UK`!,L15L!M\`8-D`D2(LK(E+QXT3R9;C,LL7$B$$4> M[:-J-S"$Z?@L M)S^-Y/N:#%:![)`5X),:C`H\A&H1BB\8BZ$H!%)3:C`%T4DV:>T4&*H,0=+U[ M!Q"*`%F^EZBPM$\^OOA0\\(>?$(O.U=052RIY%"%4K75SQI)$(L^`^:5U+>'J M4LUY:IL=*5SXTZ-.B3D;S7>^UCD(QWD@S7]D;^8\#B[:\Y;4?JHXN09K,2`B" M[MPO@:(@V5L0?Q0*LJT4FU3812C"9B*:F)!H"F9&4MF1E:AH%QG9PR<8:'2I? MQ%6U05L0U/L"]61/`Q!7L1-05R&0@TZ),)74Y')T79-;%D&'M74"G+S:\ME*2 MK!&CQ-XP,R+:E6:G?!O<0M8.9%46UI;6B*6$AN+6XM1FYP3UW4#%E7375^:S* M-IV^/`IRNBHP$Z?_K?*`F[73II1&"-&QIP8[Q4V-FQFY!GH1@7FQIPDR(-QV8'>L100AF99&0]ZH9[X&^Y,/]*E&G[Z6$>%[PV`/YY0P^ M*V8Y82.!EA%%72MH;YD)84-*$_1!$>O,*&G5[-6T+W1*$40%('\FK:%8$ MBD(EF/X3SN3"@([PB\/>B1`-@QTBQX!_Z)AX,]X">&#+L42JFQ_TI=@F!35PN MG[N&\=4V]*C5S\JQG89A+R@&CS*;.L*#;Q.WS7@^+IH^(C?_%9\0@=(<>CG)QC.#G%RV5EYLP:_]!= M+O#I]ROTLVMDP1SS$;%DNF_X8/Y85K!@QE%L\N'F6$J.3U4\NG1KP'/].:Z@N M6S4O-KO]'*V4E%T[._[.YI=-,9S5.#@D((N;7L8D%4R1TTLZM,7.86Y]Q#V;$ M6S2[Q#XE>ER`J?>4T-"B/))H2`)*V@Y%4+6)A](HH!&E%`:*5M#?'C8P*,X-2&?/P`J,4(WVM-66MP?=1YI]F M$B%U/@K=6,U(4B_IJFSS1D;Q0Z1B)[`7?=%AB?]'V1/4(2Y@+Y>UUU3:2"Y]! M\L2,XS9.(%7J%6&(L2`G#>J;)PY\1"2O#E2B2B/.."/SB-Z;MM[P)""?F`WH: M"-__JMKVU?^2>H_^)]ZY)_\M^V_=O*M'"ET<.,.1Q[:=$Q$>#D#(YPQ%)/ZC1 M`.IH8*'P@F_P@"$')W3F$$I.&98\<$4O>^VG2ICQ!^HT\9(:19R"'?9S^GC`[+_V&W/Y7I6]`? MHP#28.`4]1B9#L&;`.QU#E9P87WH)QU#U+G#]4:7E1^P6=-#E3)-$=Z6KC]?U M$=5O06WQHU$XB!6DC]@CV`*SY,IA&G%4Y5>@)?&K:8UD%<^]B7Y9NG#&^.!E+ M"X&3Y!EPW_8#>;6%@RB;T0W",*1 MDRAGE+ZOQY!1ZUB,\YH?%FDC`M&-V,>T<@B\8<"(]D]2<,D4K.GZUI`J"X`/7 M*-4V5"),]Y0DF>$RW^"R9GFMGIXQ(G&[.)GY@+[2W/$Z+HDEO`?O+^$A":-(8].!E"'D.!?M;T@$ MZDD%EH30>0(DMSUC_`WX3T`V,*>T8:O@`T/8F$Y-1A\-&G1'4;LD+<5UA9?!A M"9-VC->\$[BP[]Z=D<#X;:8E,ZC"_F@OMC^A-D'P&T<%^P^*Q(/C.2#,",M(K M+)(["``CKOW(WQR1AS>GY!SY0+'T9:Q[&4U#X!*([/"2&_T?0N%QR1_-$,T'G MZE?D(CN2PWC(0,;-7/I3H,)YD(A&IU\RBL*@I_8/XSKFO-35'A!\CO)RVP4## MK#S)U)HED*&[MS0F:-_I\>]S07D6"G.Q5[,.C`W?88 MA6*]JVF/0$D.30JVN.?2YK57E=[W1Y>#F/9V MM[NE=>"J@Z/?T7%P*Z%.[/C9?ULOPD,K,50\7\.'J%'IV$1>Y;G7/HS70O_MG MZUS6QVMN-=\^58;7R969I['M2>-0^JNM<)[-249*%L+OLO.@E/Z'G?\<]-CM5 M%4NA\WEK(B_W1FHG,^Z7]MXQ5S%6[OKNUO#];,^#6T_9B:O:L.?Q+7F5%?C)3 M\U=,/KT;:2G[SF._*WUMH/*27::HCKT4/:4TVGF MM5W%WCS`&Z[<><H7P:WN_BE\&8S'_>WU/Q%<])W$[>/FM^N4=GKV)7/>F[S4QXE#,2-/?O'*=J9U9 M;_W/BJ>^]$[N-_B/--XNO/;NWS!K%EI<\:Z=X/G?$??E6<=%/7B"J%8V68?R4YC;2]_-E M[+#TDO8:KZ%M9L:]?K5W\)=[C8>7>U.7V\K956%*8J2?F-W[9N:IC_M[ MNI?P?:\9S0SATS7'!:;*[3C*=9?5U"]^AOX.I0<%^SOKV^RV_2Y=@[T5YA\)A MVY[;O*2XM[G[[F^B9;H5G8[OG:V;U=@^?3U^&D\MC5:GZGWA16II3TC]C=YF1 M&2\O/&Z5EE[YB1_ M:U6/GY1/XDWJ>?4VTPIN^9(WB=L[+_"NL]B?!7U,A>\3=RYX=R%Y0\G6 &BW<<58``S `` end size 3066